From aa6270f571f63d2d37f676d2dc36d6d4abc3f869 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Wed, 11 Apr 2018 00:42:27 +0200 Subject: [PATCH] Disable v2v test harness. It needs libvirt-ocaml later than 0.6.1.4 ... which is not present in Debian yet. Gbp-Pq: Name 0012-Disable-v2v-test-harness.patch --- v2v/test-harness/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2v/test-harness/Makefile.am b/v2v/test-harness/Makefile.am index cebee991..e33e57bb 100644 --- a/v2v/test-harness/Makefile.am +++ b/v2v/test-harness/Makefile.am @@ -30,6 +30,7 @@ SOURCES_MLI = \ SOURCES_ML = \ v2v_test_harness.ml +if FALSE if HAVE_OCAML if HAVE_OCAML_PKG_LIBVIRT @@ -130,6 +131,7 @@ stamp-virt-v2v-test-harness.pod: virt-v2v-test-harness.pod $(top_builddir)/ocaml-dep.sh -I .. $^ -include .depend +endif endif endif -- 2.30.2